home *** CD-ROM | disk | FTP | other *** search
- rem I CHING install procedure V.1
- rem Copyright L.R.Ramsey 1992
- echo off
- echo I CHING install procedure
- If "%1" =="" echo *** Error - the format of the install command is:
- If "%1" =="" echo ICINST s: d: (where s is your diskette drive & d is your hard disk)
- If "%1" =="" echo Note: A Colon is required with the drive Id,
- If "%1" =="" echo e.g. ICINST A: C: copies from diskette drive A: to hard
- If "%1" =="" echo Disk C:
- If "%1" =="" echo *** Please Retry
- If "%1" =="" pause
- If "%1" =="" goto :last
- echo off >nul
- %2 >nul
- md %2\iching >nul
- cd %2\iching >nul
- xcopy %1 %2 /s >nul
- :last
-